home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / prg_casm / snip9611.zip / FILECAT.H < prev    next >
Text File  |  1996-11-24  |  342b  |  12 lines

  1. /* +++Date last modified: 17-Nov-1996 */
  2.  
  3. /*
  4. **  SNIPPETS header for FILECAT.C and MAXLINES.C
  5. */
  6.  
  7. unsigned int max_line(char ** str_array);             /* MAXLINES.C     */
  8. int filecat(char * dest_file,                         /* FILECAT.C      */
  9.             char * src_file,
  10.             int line_max,
  11.             int max_lines);
  12.